MemoryCache

Undocumented in source.

Constructors

this
this(string args)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
containsKey
bool containsKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Nullable!V get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get_inter
Nullable!V get_inter(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getall
Nullable!V[string] getall(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string key, V v, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
putAll
void putAll(V[string] maps, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
put_inter
void put_inter(string key, V v, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
putifAbsent
bool putifAbsent(string key, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cacheData
Variant[string] cacheData;
Undocumented in source.
cacheTime
uint[string] cacheTime;
Undocumented in source.

Meta